This web method is used for adding a new Attribute Value to an Attribute Group Instance. An Attribute Group is a standard collection of Attribute Values that are then assigned to an asset. When you create a new instance of an Attribute Group, it creates a Attribute Group Instance with an assigned AttribGroupInstanceID. This AttribGroupInstanceID can then be assigned to an Asset and have Attribute Values assigned to it. This service allows you to add new attribute values to an existing Attribute Group Instance.
The request body is of type AttributeValueAdd.
Request Body Parameters
Name | Description | Data Type |
objProviderGUId | This is a unique provider id, which can be obtained from CSS | guid |
strPassword | This is your unique service password which can be obtained from CSS | xml:string |
strAttribValue | The value you would like to add to the Attribute Group Instance | xml:string |
intAttribGroupInstanceID | The unique ID that refers to the Attribute Group Instance ID that you’d like to add a value to. | xml:int |
strAttribName | The name of the type of attribute you would like to add. | xml:string |
Overview
|
|
Sequence
| |
The response body is of type AttributeValueAddResponse.
Response Body Parameters
Overview